home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DEMOCIAL / DEMOQUT1.LZH / DEMO.BAT next >
DOS Batch File  |  1990-01-05  |  2KB  |  52 lines

  1. echo off
  2. cls
  3. if exist qp1214us.exe goto demo
  4. if exist disk1 goto disk2
  5. goto error
  6. :disk2
  7. if exist disk2 goto copy
  8. goto error
  9. :copy
  10. echo off
  11. cls
  12. echo   *********************************************************
  13. echo   *                                                       *
  14. echo   *             BUILDING QUATTRO PRO DEMO                 *
  15. echo   *                   PLEASE WAIT                         *
  16. echo   *                                                       *
  17. echo   *********************************************************
  18. copy disk2/b+disk1/b qp1214us.exe >nul
  19. erase disk? >nul
  20. goto demo
  21. :demo
  22. qp1214us
  23. echo off
  24. cls
  25. echo   *********************************************************
  26. echo   *                                                       *
  27. echo   *            Thank you for watching our                 *
  28. echo   *            QUATTRO PRO demo.  If you would            *
  29. echo   *            like to view it again, type                *
  30. echo   *            DEMO and press the ENTER key.              *
  31. echo   *                                                       *
  32. echo   *********************************************************
  33. Goto exit
  34. :error
  35. echo off
  36. cls
  37. echo   *********************************************************
  38. echo   *                                                       *
  39. echo   *                                                       *
  40. echo   *          You must copy BOTH disks to your             *
  41. echo   *          hard disk.                                   *
  42. echo   *                                                       *
  43. echo   *                         OR                            *
  44. echo   *                                                       *
  45. echo   *         Run the INSTALL program. To run install       *
  46. echo   *         place disk 1 in drive A then type             *
  47. echo   *         INSTALL and press the ENTER key.              *
  48. echo   *                                                       *
  49. echo   *********************************************************
  50. goto exit
  51. :exit                                               
  52.